Hệ thống quản lý bệnh viện bằng C# với mã nguồn

1 namespace HospitalManagementSystemCSharp
2 {
3     
partial class Form1
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.button2 = new System.Windows.Forms.Button();
32             
this.button1 = new System.Windows.Forms.Button();
33             
this.label3 = new System.Windows.Forms.Label();
34             
this.textBox2 = new System.Windows.Forms.TextBox();
35             
this.textBox1 = new System.Windows.Forms.TextBox();
36             
this.label2 = new System.Windows.Forms.Label();
37             
this.label1 = new System.Windows.Forms.Label();
38             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
39             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
40             
this.SuspendLayout();
41             
//
42             
// button2
43             
//
44             
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
45             
this.button2.Location = new System.Drawing.Point(247, 251);
46             
this.button2.Name = "button2";
47             
this.button2.Size = new System.Drawing.Size(83, 27);
48             
this.button2.TabIndex = 63;
49             
this.button2.Text = "Reset";
50             
this.button2.UseVisualStyleBackColor = true;
51             
//
52             
// button1
53             
//
54             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
55             
this.button1.Location = new System.Drawing.Point(138, 251);
56             
this.button1.Name = "button1";
57             
this.button1.Size = new System.Drawing.Size(73, 27);
58             
this.button1.TabIndex = 62;
59             
this.button1.Text = "Login";
60             
this.button1.UseVisualStyleBackColor = true;
61             
this.button1.Click += new System.EventHandler(this.button1_Click);
62             
//
63             
// label3
64             
//
65             
this.label3.AutoSize = true;
66             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
67             
this.label3.ForeColor = System.Drawing.Color.IndianRed;
68             
this.label3.Location = new System.Drawing.Point(177, 140);
69             
this.label3.Name = "label3";
70             
this.label3.Size = new System.Drawing.Size(121, 24);
71             
this.label3.TabIndex = 61;
72             
this.label3.Text = "Login Panel";
73             
//
74             
// textBox2
75             
//
76             
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
77             
this.textBox2.Location = new System.Drawing.Point(210, 212);
78             
this.textBox2.Name = "textBox2";
79             
this.textBox2.PasswordChar = '*';
80             
this.textBox2.Size = new System.Drawing.Size(134, 22);
81             
this.textBox2.TabIndex = 60;
82             
//
83             
// textBox1
84             
//
85             
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
86             
this.textBox1.Location = new System.Drawing.Point(210, 177);
87             
this.textBox1.Name = "textBox1";
88             
this.textBox1.Size = new System.Drawing.Size(134, 22);
89             
this.textBox1.TabIndex = 59;
90             
//
91             
// label2
92             
//
93             
this.label2.AutoSize = true;
94             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
95             
this.label2.Location = new System.Drawing.Point(102, 215);
96             
this.label2.Name = "label2";
97             
this.label2.Size = new System.Drawing.Size(76, 16);
98             
this.label2.TabIndex = 58;
99             
this.label2.Text = "Password";
100             
//
101             
// label1
102             
//
103             
this.label1.AutoSize = true;
104             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
105             
this.label1.Location = new System.Drawing.Point(102, 178);
106             
this.label1.Name = "label1";
107             
this.label1.Size = new System.Drawing.Size(79, 16);
108             
this.label1.TabIndex = 57;
109             
this.label1.Text = "Username";
110             
//
111             
// pictureBox1
112             
//
113             
this.pictureBox1.Image = global::HospitalManagementSystemCSharp.Properties.Resources.hms;
114             
this.pictureBox1.Location = new System.Drawing.Point(138, 12);
115             
this.pictureBox1.Name = "pictureBox1";
116             
this.pictureBox1.Size = new System.Drawing.Size(216, 116);
117             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
118             
this.pictureBox1.TabIndex = 64;
119             
this.pictureBox1.TabStop = false;
120             
//
121             
// Form1
122             
//
123             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
124             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
125             
this.ClientSize = new System.Drawing.Size(485, 297);
126             
this.Controls.Add(this.pictureBox1);
127             
this.Controls.Add(this.button2);
128             
this.Controls.Add(this.button1);
129             
this.Controls.Add(this.label3);
130             
this.Controls.Add(this.textBox2);
131             
this.Controls.Add(this.textBox1);
132             
this.Controls.Add(this.label2);
133             
this.Controls.Add(this.label1);
134             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
135             
this.MaximizeBox = false;
136             
this.Name = "Form1";
137             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
138             
this.Text = "Login-HMS";
139             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
140             
this.ResumeLayout(false);
141             
this.PerformLayout();
142
143         }
144
145         
#endregion
146         
private System.Windows.Forms.PictureBox pictureBox1;
147         
private System.Windows.Forms.Button button2;
148         
private System.Windows.Forms.Button button1;
149         
private System.Windows.Forms.Label label3;
150         
private System.Windows.Forms.TextBox textBox2;
151         
private System.Windows.Forms.TextBox textBox1;
152         
private System.Windows.Forms.Label label2;
153         
private System.Windows.Forms.Label label1;
154     }
155 }


Gõ tìm kiếm nhanh...